Pular para o conteúdo principal

Buscar Limites de Uso

Este endpoint retornará todos os limites de uso de transações vinculados à sua conta

Headers

NameDescription
x-delbank-api-keyObrigatório. API key
x-delfinance-account-idObrigatório. O número da conta Delfinance.

Request

GET 'https://apisandbox.delbank.com.br/baas/api/v1/usage-limits'

Response

Caso a resposta seja bem-sucedida, veja o que você receberá:

[
{
"serviceType": {
"name": "DEBIT",
"description": "Limite Geral (Débito)"
},
"limits": [
{
"limitType": {
"name": "MONTHLY_TOTAL",
"description": "Limite mensal total"
},
"maximunAmount": 20909090909090.70,
"definedAmount": 20909090909090.70
}
]
},
{
"serviceType": {
"name": "PAYMENT",
"description": "Limite de pagamentos (boletos e tributos)"
},
"limits": [
{
"limitType": {
"name": "DAYTIME_TOTAL",
"description": "Limite diurno total"
},
"maximunAmount": 696969696969.69,
"definedAmount": 696969696969.69
},
{
"limitType": {
"name": "DAYTIME_TRANSACTIONAL",
"description": "Limite diurno por transação"
},
"maximunAmount": 696969696969.69,
"definedAmount": 696969696969.69
}
]
},
{
"serviceType": {
"name": "TRANSFER_INTERNAL",
"description": "Limite de transferência interna"
},
"limits": [
{
"limitType": {
"name": "DAYTIME_TOTAL",
"description": "Limite diurno total"
},
"maximunAmount": 696969696969.69,
"definedAmount": 696969696969.69
},
{
"limitType": {
"name": "DAYTIME_TRANSACTIONAL",
"description": "Limite diurno por transação"
},
"maximunAmount": 696969696969.69,
"definedAmount": 696969696969.69
}
]
},
{
"serviceType": {
"name": "TRANSFER_EXTERNAL",
"description": "Limite de transferências TED para outras contas"
},
"limits": [
{
"limitType": {
"name": "DAYTIME_TOTAL",
"description": "Limite diurno total"
},
"maximunAmount": 696969696969.69,
"definedAmount": 696969696969.69
},
{
"limitType": {
"name": "DAYTIME_TRANSACTIONAL",
"description": "Limite diurno por transação"
},
"maximunAmount": 696969696969.69,
"definedAmount": 696969696969.69
}
]
},
{
"serviceType": {
"name": "PIX",
"description": "Limite de transferências PIX para outras contas"
},
"limits": [
{
"limitType": {
"name": "DAYTIME_TOTAL",
"description": "Limite diurno total"
},
"maximunAmount": 696969696969.69,
"definedAmount": 696969696969.69
},
{
"limitType": {
"name": "NIGHTTIME_TOTAL",
"description": "Limite noturno total"
},
"maximunAmount": 1000.00,
"definedAmount": 1000.00
},
{
"limitType": {
"name": "DAYTIME_TRANSACTIONAL",
"description": "Limite diurno por transação"
},
"maximunAmount": 696969696969.69,
"definedAmount": 696969696969.69
},
{
"limitType": {
"name": "NIGHTTIME_TRANSACTION",
"description": "Limite noturno por transação"
},
"maximunAmount": 1000.00,
"definedAmount": 999.00,
"raiseRequest": {
"status": "PENDING_ANALYSIS",
"amount": 2000.00
}
}
]
}
]